home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ascens_movieToGo, controlsAreActive
- set controlsAreActive to 0
- if chars(ascens_movieToGo, 1, 4) = "GALL" then
- cleanUp()
- puppetSound(0)
- updateStage()
- puppetSound(1, "ascensore")
- updateStage()
- if not is8Bit() then
- go(1, "GALL16.DIR")
- else
- go(1, "GALL8.DIR")
- end if
- else
- if chars(ascens_movieToGo, 1, 4) = "STAR" then
- puppetSound(0)
- updateStage()
- if not is8Bit() then
- go("STAR16_TO")
- else
- if isWindows() then
- go("STAR8_TOW")
- else
- go("STAR8_TO")
- end if
- end if
- else
- if ascens_movieToGo = "FOTOGRAF.DIR" then
- if isWindows() then
- go("FOTOGRAF_TOW")
- else
- go("FOTOGRAF_TO")
- end if
- else
- if ascens_movieToGo = "MENUAG.DIR" then
- if isWindows() then
- go("MENUAG_TOW")
- else
- go("MENUAG_TO")
- end if
- else
- if ascens_movieToGo = "CREDITS.DIR" then
- gDisabilitaTutto(2, 10)
- if isWindows() then
- go("CREDITSW")
- else
- go("CREDITS")
- end if
- end if
- end if
- end if
- end if
- end if
- end
-